Delete

  • DELETE
  • /workspaces
  • /:domain
  • /integrations
  • /:hash_id

Deletes the integration with the specified ID.

Request

REQUIRED SCOPES
INTEGRATION_MANAGE
URL PARAMETERS
domainrequired string
The workspace domain.
hash_idrequired string
The hash_id of the integration.

Last modified on Oct 3, 2024

Example:

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:domain/integrations/:hash_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999