Skip to main content
DELETE
/
frontend
/
api
/
v1
/
user
/
current
Delete current user
curl --request DELETE \
  --url https://{host}/frontend/api/v1/user/current \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "context": {},
  "error": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API Key Security (Header).

Response

No Content