Sends an email to the user with a link to delete their account.
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/user \
--header 'Authorization: Bearer <token>'
See the documentation for more information.
The email was sent.
Was this page helpful?
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/user \
--header 'Authorization: Bearer <token>'