Skip to main content
DELETE
/
personas
/
{personaId}
Delete persona
curl --request DELETE \
  --url https://rawugc.com/api/v1/personas/{personaId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

personaId
string
required

Persona ID

Response

Persona deleted successfully