Skip to main content
DELETE
/
api-keys
/
{id}
Revoke API key
curl --request DELETE \
  --url https://api.poligono.ai/v1/api-keys/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

API Key ID

Body

application/json

The body is of type object.

Response

No Content