Delete an integration via API
This method allows you to delete an existing integration from a project.
Tip: You can explore and test this endpoint interactively using our OpenAPI documentation.
URL
/projects/<project>/integrations/<identifier>
- Replace
<project>with either thepermalinkoridentifierof the project. - Replace
<identifier>with theidentifierof the integration.
HTTP Method
DELETE
Supported Parameters
None
Example cURL Request
curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://test.deployhq.com/projects/project/integrations/a3f1b2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c
Example Response
{
"status": "deleted"
}