v1

latestOpenAPI 3.0.02026-07-1329122146.2 KB
AdminService

Deletes API keys to help you manage the security and lifecycle of API keys in your application.
Some tips for this API:

  • This operation only works with OAuth 2.0 (in a JWT "Bearer Token") authentication. It does not work with API Keys. You can find details of how to set up and use OAuth 2.0 here.
post/v1/delete-api-key

Headers

customer-idinteger required

Enter the Customer ID to use for the request.

timeoutstring

(Optional) Enter the timeout value of the request in seconds, such as 10S or 30S.

Request body

keyIdstring[]

List of ApiKey ids to delete.

Response

A successful response.