Skip to main content
DELETE
/
projects
/
{project_reference}
/
integrations
/
{name}
Disable Project Integration
curl --request DELETE \
  --url https://api.veryfront.com/projects/{project_reference}/integrations/{name} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_reference
string
required
name
string
required

Response

Project integration disabled