Path parameters
-
id string Required
Unique identifier of the persona to delete.
DELETE /api/service/personas/{id}
curl \
-X DELETE https://tenant.atlan.com/api/service/personas/9bee3ff8-9bf4-436f-927b-3e415fd3afe9 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (400)
{
"code": 3500,
"error": "keycloak error",
"info": "string",
"message": "Got invalid status code from keycloak",
"requestId": "2PYHURjODyNywCwRDHtK4lWoepxkoxYd"
}