DELETE
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
/
{spaceUuid}
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the space's parent project

spaceUuid
string
required

The uuid of the space to delete

Response

204
application/json
Deleted
status
enum<string>
required
Available options:
ok
results
any