Skip to main content
DELETE
/
projects
/
{id}
cURL
curl --request DELETE \
  --url http://localhost:3000/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Default Response

message
string
required
statusCode
number
required