Skip to main content
DELETE
/
end-users
/
{endUserId}
Delete end user
curl --request DELETE \
  --url https://api.superglue.ai/v1/end-users/{endUserId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.superglue.cloud/llms.txt

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

Authorizations

Authorization
string
header
required

Static API key authentication using Bearer token scheme. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Alternatively, you can use the token query parameter to authenticate.

API keys can be generated in your superglue dashboard.

Path Parameters

endUserId
string<uuid>
required

Response

End user deleted

success
boolean