POST
/
api
/
v1
/
deleteSpace
/
{spaceId}
curl --request POST \
  --url https://hero.page/api/v1/deleteSpace/{spaceId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

The ID of the space

Response

204

Space deleted successfully