curl --request DELETE \
--url https://platform.versori.com/api/embedded/v1/integrations/{integration_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}DeleteIntegration deletes the integration.
If the integration is deployed it will return an error.
curl --request DELETE \
--url https://platform.versori.com/api/embedded/v1/integrations/{integration_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}