Delete a connected account by ID
Delete a connected account belonging to the authenticated user.
Authorizations
Bearer and DPoP tokens are supported depending on the API configuration
Headers
A client-provided unique identifier for a single operation, used to correlate the request across Auth0 systems. The value is surfaced under references.correlation_id in tenant logs and echoed back on the response's x-correlation-id header. Invalid or oversized values are silently dropped and replaced by a generated UUID v4. Avoid including personally identifiable information (PII).
A W3C Trace Context header used to correlate the request across distributed traces. When supplied, the inbound trace is continued and a fresh child span is echoed back on the response's traceparent header; the trace ID is also surfaced under references.trace_id in tenant logs. Malformed values are ignored.
Path Parameters
The unique identifier of the connected account The unique identifier for a connected account
^cac_[A-Za-z0-9]+$Response
Connected account successfully deleted