Delete Project
Delete project with specified id.
Delete Project
DELETE https://environment.monterosa.cloud/api/v2/projects/:project_id
Path Parameters
Name
Type
Description
project_id
string
Project ID.
Headers
Name
Type
Description
Authorization
string
Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb
Content-Type
string
application/vnd.api+json
// No contentExample
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'Last updated

