Skip to main content
DELETE
/
project
/
{id}
/
key
/
{key_id}
Delete API key
curl --request DELETE \
  --url https://api.basic.tech/project/{id}/key/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.basic.tech/llms.txt

Use this file to discover all available pages before exploring further.

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

API key deleted successfully

API key deleted successfully

message
string