API reference
Revoke an API key
Revokes the selected API key so it can no longer authenticate requests.
DELETE
/v1/api-keys/{id}Revokes the selected API key so it can no longer authenticate requests.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/v1/api-keys/string"Empty