Launch Week 02 wrapped — explore all five launches

Delete Connector

DELETEhttps://api.confident-ai.com/v2/forwarding-connectors/{forwardingConnectorId}

Permanently deletes a forwarding connector and the credentials stored in its headers. Traces already forwarded are unaffected.

DELETE/v2/forwarding-connectors/{forwardingConnectorId}
curl -X DELETE "https://api.confident-ai.com/v2/forwarding-connectors/{forwardingConnectorId}" \
  -H "CONFIDENT_API_KEY: <PROJECT-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "<FORWARDING-CONNECTOR-ID>"
  },
  "deprecated": false
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The API key of your Confident AI project.

Path parameters

  • forwardingConnectorIdstringRequired

    The id of the forwarding connector.

Response

Delete Connector succeeded.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    A reference to a forwarding connector by its id.

    Show 1 propertyHide 1 property
    • idstring

      The id of the connector, generated by Confident AI.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI