Skip to main content
DELETE
/
project
/
{id}
Delete a project
curl --request DELETE \
  --url https://api.basic.tech/project/{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 to delete

Response

Project deleted successfully

Project deleted successfully

message
string