curl --request DELETE \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/versions/{version}/definitions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"<string>"
],
"names": [
"<string>"
],
"all": true
}'This response does not have an example.DeleteDefinitions deletes the specified Definitions as per the request body.
curl --request DELETE \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/versions/{version}/definitions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"<string>"
],
"names": [
"<string>"
],
"all": true
}'This response does not have an example.