Delete
- DEL
- /workspaces
- /:workspace
- /integrations
- /:hash_id
Deletes the integration with the specified ID.
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/integrations/:hash_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
STATUS204 NoContent