Skip to main content
DELETE
/
user
Delete user by email
curl --request DELETE \
  --url https://atlas-back.fly.dev/user \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data email=straube@straube.com

Body

application/x-www-form-urlencoded
email
string
Example:

"straube@straube.com"

Response

200 - undefined