DELETE
/
project
/
{id}
/
key
/
{key_id}
curl --request DELETE \
  --url http://localhost:3003/project/{id}/key/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required

Unique identifier of the project

key_id
string
required

Unique identifier of the API key to delete

Response

200
application/json

API key deleted successfully

message
string