Skip to main content
DELETE
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
personas
/
{id}
Archive persona
curl --request DELETE \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/personas/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

A UUID string identifying the persona.

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Response

Persona archived successfully.