Management APIs
cURL
curl --request DELETE \ --url https://api.basic.tech/project/{id}/key/{key_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Permanently deletes an API key from the project. This action cannot be undone.
JWT Authorization Token header using the Bearer scheme
Unique identifier of the project
Unique identifier of the API key to delete
API key deleted successfully