cURL
curl --request DELETE \ --url https://forgegames.org/api/attributes/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Deletes an attribute from the team. Note: Will fail if attribute is attached to items.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
191
Successful response