API keys
Revoke an API key
Permanently revokes a credential. Requires the keys:write scope when called with a scoped key.
DELETE
/v1/keys/{id}Permanently revokes a credential. Requires the keys:write scope when called with a scoped key.
AuthorizationBearer <token>
Pass Authorization: Bearer mapleads_xxx.
In: header
Path Parameters
id*string
Resource identifier.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/keys/string"{ "ok": true}