cURL
curl --request DELETE \ --url https://forgegames.org/api/item-instances/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Documentation IndexFetch the complete documentation index at: https://docs.forgegames.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.forgegames.org/llms.txt
Use this file to discover all available pages before exploring further.
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