Delete Space

DELETE /api/v2/spaces/:space_id

Path Parameters

Name
Type
Description

space_id

string

Space ID

Name
Type
Description

Authentication

string

Bearer DFtioe38xP4dkz5K6sYirYnDxiJkLfom"

Content-Type

string

application/vnd.api+json

Headers

Name
Type
Description

Authorization

string

Content-Type

string

application/vnd.api+json

204 No Content

Example

curl --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/spaces/a0e8cd9d-cd8a-4b1f-aee6-59cc7280f742 \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'

Last updated

Was this helpful?