Delete Element
Delete element with specified identifier.
Delete Element
DELETE
https://environment.monterosa.cloud/api/v2/elements/:element_id
Path Parameters
Name
Type
Description
element_id
string
Element ID.
Headers
Name
Type
Description
Authorization
string
Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb
Content-Type
string
application/vnd.api+json
// no content
Published elements need to be revoked first.
Example
curl --request DELETE \
--url https://environment.monterosa.cloud/api/v2/elements/2e9ddb8b-1ed0-4887-840a-9b37197a26e7 \
--header 'Authorization: Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb' \
--header 'Content-Type: application/vnd.api+json'
Was this helpful?