cURL
curl --request DELETE \ --url https://openagents.com/api/settings/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "data": {} }
Requires confirming the currently authenticated email address.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Email confirmation required before deleting account
Successful response