Deletes a classifier and its associated options
curl --request DELETE \ --url https://forgegames.org/api/classifiers/{id} \ --header 'Authorization: Basic <encoded-value>'
"<any>"
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
Successful response
The response is of type any.
any