Skip to Content
APIDeletion RequestsCancel Integration

Cancel Integration Request

DELETE /api/public/deletion-requests/integration/:integrationDeletionRequestId

Headers:

  • X-API-Key: <PAT>

Response 200 (JSON):

  • id (string)
  • deletionRequestId (string)
  • integrationId (string)
  • status (string)
  • errorMessage (string | null)
  • thirdPartyJobId (string | null)
  • createdAt (string)
  • thirdPartyResponse (object | null)

Errors:

  • 404 if the integration request is not found or not associated with your workspace/organization
Last updated on