Delete Project

Delete project with specified id.

Delete Project

DELETE https://environment.monterosa.cloud/api/v2/projects/:project_id

Path Parameters

NameTypeDescription

project_id

string

Project ID.

Headers

NameTypeDescription

Authorization

string

Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb

Content-Type

string

application/vnd.api+json

// No content

Example

curl --request DELETE \
  --url https://environment.monterosa.cloud/api/v2/projects/aeacad00-2356-4c6b-a923-c2e6c21fbd23 \
  --header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
  --header 'Content-Type: application/vnd.api+json'