Skip to main content
DELETE
/
v1
/
apis
/
{slug}
Deactivate listing
curl --request DELETE \
  --url https://gateway.apiosk.com/v1/apis/{slug} \
  --header 'x-wallet-address: <api-key>' \
  --header 'x-wallet-nonce: <api-key>' \
  --header 'x-wallet-signature: <api-key>' \
  --header 'x-wallet-timestamp: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-wallet-address
string
header
required

Wallet address used for signed management calls.

x-wallet-signature
string
header
required

Signature over the canonical Apiosk auth message.

x-wallet-timestamp
string
header
required

Unix timestamp used in the signed auth message.

x-wallet-nonce
string
header
required

Replay-protected nonce used in the signed auth message.

Path Parameters

slug
string
required

Gateway API slug.

Query Parameters

wallet
string

Owner wallet used for signed deletion.

Response

Delete result.

success
boolean
message
string