Skip to main content
DELETE
/
api
/
developer
/
keys
Revoke developer key
curl --request DELETE \
  --url https://x402.20.208.46.195.nip.io/api/developer/keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'

Body

application/json
id
string
required

Response

200

Developer key revoked.