Skip to main content
DELETE
/
api-keys
cURL
curl --request DELETE \
  --url https://sandbox.x.architect.co/api/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

api_key
string
required

Response

API key revoked successfully

message
string
required