DELETE
/
pass
/
{chain}
/
{chainNetwork}
/
{wallet}
curl --request DELETE \
  --url https://api.civic.com/partner/pass/{chain}/{chainNetwork}/{wallet} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

chain
enum<string>
required

The blockchain type that the Civic Pass was issued on.

Available options:
solana,
ethereum
wallet
string
required

The user's wallet the Civic Pass was issued to.

chainNetwork
enum<string>
required

The blockchain network

Available options:
mainnet-beta,
devnet,
mainnet,
sepolia,
polygonAmoy,
polygonMainnet,
polygonZKEVM,
polygonZKEVMTestnet,
optimismSepolia,
optimismMainnet,
arbitrumSepolia,
arbitrumMainnet,
avalancheCChain,
avalancheCChainFuji,
xdcMainnet,
xdcApothem,
fantomMainnet,
fantomTestnet,
baseSepolia,
baseMainnet,
bscMainnet,
bscTestnet,
xlayerMainnet,
xlayerTestnet,
unichainMainnet,
unichainSepolia,
sonicMainnet,
sonicTestnet

Response

200

The revocation has been initiated.