Skip to main content
DELETE
/
attributes
/
{id}
Delete Attribute
curl --request DELETE \
  --url https://forgegames.org/api/attributes/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}

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 string length: 191

Response

Successful response