DELETE
/
users
curl --request DELETE \
  --url https://forgegames.org/api/users \
  --header 'Authorization: Basic <encoded-value>'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
string
required

Response

200
application/json
Successful response

The response is of type any.