DELETE
/
snippet
/
organization
/
{organizationId}
/
team
/
{teamId}
curl --request DELETE \
  --url https://enterprise-api.writer.com/snippet/organization/{organizationId}/team/{teamId} \
  --header 'Authorization: <authorization>'
{
  "deleted": 123
}

We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.

Headers

Authorization
string
required
X-Request-ID
string

Path Parameters

organizationId
integer
required
teamId
integer
required

Query Parameters

ids
string[]

Response

200 - application/json
deleted
integer
required