Skip to main content
DELETE
Delete Workspace Integration
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Endpoint: /integrations/workspace Authorization:
  • Required role: admin or higher
Method: DELETE Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

id
string
required

Workspace integration ID to delete

Example:

"integration-123"

Response

Workspace integration deleted

success
boolean
Example:

true

message
string
Example:

"Workspace integration deleted successfully"