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>"
}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>"
}Wallet address used for signed management calls.
Signature over the canonical Apiosk auth message.
Unix timestamp used in the signed auth message.
Replay-protected nonce used in the signed auth message.
Gateway API slug.
Owner wallet used for signed deletion.