DELETE
/
project
/
{id}
curl --request DELETE \
  --url http://localhost:3003/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

200
application/json

Project deleted successfully

message
string