Delete project API key

Permanently deletes an API key from the specified project. Once deleted, the API key can no longer be used for authentication and any services using it will need to be updated with a new key. This operation cannot be undone, so it should be used with caution.

Path parameters

idstringRequired
Unique identifier of the API key to delete
projectIdstringRequired

Unique identifier (Nano ID) of the project containing the API key

Headers

x-api-keystringRequired

Response

API key deleted successfully. Any services using this key will need to be updated.
successboolean
Boolean flag indicating if the deletion operation was successful
messagestring
Status message providing details about the deletion operation

Errors