Skip to main content
DELETE
/
api
/
settings
/
profile
Delete the authenticated account.
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Email confirmation required before deleting account

email
string<email>
required

Response

Successful response

data
object