Delete a connector
Spaces method and path for this operation:
delete /s/{space_id}/api/actions/connector/{id}
Refer to Spaces for more information.
WARNING: When you delete a connector, it cannot be recovered.
DELETE
/api/actions/connector/{id}
curl \
--request DELETE 'http://localhost:5601/api/actions/connector/{id}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"