DELETE
/
attributes
/
{id}
curl --request DELETE \
  --url https://forgegames.org/api/attributes/{id} \
  --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.

Path Parameters

id
string
required
Maximum length: 191

Response

200
application/json
Successful response

The response is of type any.