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
id
Unique identifier of the API key to delete
projectId
Unique identifier (Nano ID) of the project containing the API key
Headers
x-api-key
Response
API key deleted successfully. Any services using this key will need to be updated.
success
Boolean flag indicating if the deletion operation was successful
message
Status message providing details about the deletion operation