Delete connector

DELETE /api/connectors/{id}

Delete connector by ID.

Path parameters

  • id string Required

    The unique identifier of the connector.

Responses

  • 204

    The connector has been successfully deleted.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Connector not found.

DELETE /api/connectors/{id}
curl \
 -X DELETE https://[tenant_id].logto.app/api/connectors/{id}