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>'Documentation Index
Fetch the complete documentation index at: https://docs.gorules.io/llms.txt
Use this file to discover all available pages before exploring further.
Profile deletion accepted and processed
Was this page helpful?