curl --request DELETE \
--url https://platform.versori.com/api/v2/o/{organisation_id}/connections/{connection_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}Delete a Connection by ID. This action will fail if the connections is one that is dynamic and is currently in use by an end user. This action will NOT fail if the connection is a static connection that is in use.
curl --request DELETE \
--url https://platform.versori.com/api/v2/o/{organisation_id}/connections/{connection_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}