Skip to main content
DELETE
/
api
/
projects
/
{id}
Delete a project
curl --request DELETE \
  --url https://api.mentionlab.io/api/projects/{id} \
  --header 'x-organisation-id: <x-organisation-id>' \
  --header 'x-project-id: <x-project-id>'

Headers

x-organisation-id
string
required

Organisation ID to specify the organisation context

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string
required

Response

204 - undefined