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

Response

200
application/json
Successful response

The response is of type any.