DELETE
/
integrations
/
workspace
Delete Workspace Integration
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/integrations/workspace \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Workspace integration deleted successfully"
}

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

200
application/json

Workspace integration deleted

The response is of type object.