Delete API Key
Last updated
Last updated
Delete a specified API key by including the ID of the API key in the endpoint path. To retrieve your API key IDs, see the .
DELETE
{API_URL}/api-keys/{id}
id
Required
int
The unique identifier of the API key to be deleted
dict
Empty data
object
string
Indicates the result of the request to delete an API key. success
signifies success, while failed
indicates an error.
string
A description of the status of the request.