cURL
curl --request DELETE \ --url https://api.veryfront.com/projects/{project_reference}/integrations/{name} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "message": "<string>" }
Disables a project integration without deleting OAuth credentials.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project integration disabled