Skip to main content
DELETE
/
api
/
v1
/
users
/
me
Delete Me
curl --request DELETE \
  --url https://roughy-api-staging.fly.dev/api/v1/users/me \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.roughy.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Either your Supabase session JWT (UI flows) or an API key minted via POST /api-keys (programmatic flows). Pass it as Authorization: Bearer <token>. The server inspects the token format and routes to JWT or API-key verification automatically.

Response

Successful Response