Skip to content

Delete your account (GDPR right to erasure)

DELETE
/api/v1/account
curl --request DELETE \
--url https://dashboard.justcrawl.io/api/v1/account \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "example" }'
Media type application/json
object
email
required

Email confirmation (must match account email)

string
Example generated
{
"email": "example"
}

Account deleted successfully

Email confirmation does not match

User not found

Account cannot be deleted (e.g. owns active org)