Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
/
{spaceUuid}
/
delete-impact
Error
A valid request URL is required to generate request examples
{
  "results": {
    "dashboardCount": 123,
    "chartCount": 123,
    "spaces": [
      {
        "dashboardCount": 123,
        "chartCount": 123,
        "name": "<string>",
        "uuid": "<string>"
      }
    ]
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the space's parent project

spaceUuid
string
required

The uuid of the space to check

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok