Delete a persona.
Requires persona:write permission.
curl --request DELETE \
--url https://api.example.com/v1/personas/{id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request DELETE \
--url https://api.example.com/v1/personas/{id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}