Skip to main content
DELETE
/
personalities
/
{id}
Delete personality
curl --request DELETE \
  --url https://app.relyable.ai/api/personalities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Minimum string length: 1

Response

Successful response

message
string
required
{key}
any