Delete
- DELETE
- /workspaces
- /:workspace
- /integrations
- /:hash_id
Deletes the integration with the specified ID.
Request
REQUIRED SCOPES
INTEGRATION_MANAGE
URL PARAMETERS
workspacerequired string
The workspace name.hash_idrequired string
The hash_id of the integration.Last modified on Apr 8, 2025
Example:
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/integrations/:hash_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999