curl --request DELETE \
--url https://api.example.com/api/profile \
--header 'Authorization: Bearer <token>'Deletes current user profile. This action is not reversible.
curl --request DELETE \
--url https://api.example.com/api/profile \
--header 'Authorization: Bearer <token>'Profile deletion accepted and processed
Was this page helpful?