DELETE
/
workspaces
/
{workspace_id}
/
addons
/
{addon_id}
Delete addon
curl --request DELETE \
  --url https://s-server-demo.siftd.ai:9800/api/workspaces/{workspace_id}/addons/{addon_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Workspace ID

addon_id
string
required

Addon ID

Query Parameters

org_id
string
required

Organization ID

Response

200

OK