Delete element with specified identifier.
DELETE https://environment.monterosa.cloud/api/v2/elements/:element_id
DELETE
https://environment.monterosa.cloud/api/v2/elements/:element_id
// no content
Published elements need to be revoked first.
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'
element_id
string
Element ID.
Authorization
Bearer JmsmU5gZb6xNVUgQGoKcQLvQjRhKAUSb
Content-Type
application/vnd.api+json