Skip to main content
DELETE
/
v1
/
legal
/
{type}
Delete legal content for a type
curl --request DELETE \
  --url https://{host}/v2/workspaces/slug:ai-governance-v2/webhooks/v1/legal/{type} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "orgSlug": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

Path Parameters

type
string
required

Legal document type slug (e.g. cgu, privacy-policy, secure-chat).

Maximum string length: 64
Pattern: ^[a-z0-9-]+$

Response

Legal document deleted.

type
string
orgSlug
string
deleted
boolean