Revoke one of my API keys
Permanently revoke an API key. This action cannot be undone.
Path Parameters
- Type: stringkey
Id requiredAPI key ID to revoke
Responses
- 204
No Content (204) - Operation completed successfully with no response body
- application/json
- application/json
Request Example for delete/auth/api-keys/me/{keyId}
curl 'https://api.gpcn.com/v1/auth/api-keys/me/{keyId}' \
--request DELETE \
--header 'X-API-Key: YOUR_SECRET_TOKEN'
No Body
.png)