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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.