Links

Delete Element

Delete element with specified identifier.
delete
https://environment.monterosa.cloud
/api/v2/elements/:element_id
Delete Element
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'