curl --request DELETE \
--url https://platform.versori.com/api/embedded/v1/activations/{activation_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}DeleteActivation deletes the Activation for the given ID.
curl --request DELETE \
--url https://platform.versori.com/api/embedded/v1/activations/{activation_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}