Delete Integrations
- DEL
- /workspaces
- /:workspace
- /integrations
- /:hash_id
Delete an integration
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/integrations/:hash_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 Integration deleted successfully