curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/integrations/{integrationId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Soft delete an integration by its ID.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/integrations/{integrationId} \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Personal access token is obtained through your profile
Project ID
Integration ID
Delete operation successful
Delete operation successful
Operation status
ok Was this page helpful?