DELETE
/
v1
/
users
curl --request DELETE \
  --url https://api.frigade.com/v1/users \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which

Query Parameters

foreignId
string
deprecated

Deprecated. Use userId instead.

userId
string
required

The ID of the user

Response

200
_mintlify/placeholder

The user has been successfully deleted.