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

Response

Project deleted successfully

message
string