Authorizations
API key authentication
Body
application/json
Response
The response is of type object.
curl --request DELETE \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/extensions/v1/testing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'{}No description available
curl --request DELETE \
--url https://api.coralogix.com/mgmt/openapi/latest/integrations/extensions/v1/testing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'{}API key authentication
The response is of type object.
Was this page helpful?