Skip to main content
DELETE
/
projects
/
{id}
Soft delete a project
curl --request DELETE \
  --url https://api.engagefabric.com/projects/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Path Parameters

id
string
required

Project UUID

Response

Project deleted successfully