Skip to main content
DELETE
/
v1
/
platform
/
keys
/
{key_id}
Revoke a platform API key
curl --request DELETE \
  --url https://api.withsplendor.com/v1/platform/keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Path Parameters

key_id
integer
required

Response

Successful Response