Deletes the persona specified by the id
parameter, if it exists.
DELETE
{base_url}/personas/{id}
Parameter name | Type | Description | Required? |
---|---|---|---|
id |
number | The persona’s unique record ID | Yes |
None
None
Returns an empty object.
{}
Status value | Return status | Description |
---|---|---|
200 | Success | Requested data returned successfully |
404 | Error | Specified user record not found |
ECONNREFUSED | N/A | Service is offline. Start the service and try again. |