Skip to main content
DELETE
/
customers
/
{customerId}
/
wallet-signers
/
{signerId}
Remove a signer from a customer's wallets
curl --request DELETE \
  --url https://api.conduit.financial/v2/customers/{customerId}/wallet-signers/{signerId} \
  --header 'x-api-key: <api-key>'
{
  "type": "INVALID_OID_FORMAT",
  "title": "Invalid Object ID Format",
  "status": 400,
  "detail": "A path or query parameter expected a valid object identifier but received a value that does not match the expected format.",
  "resolution": "Verify that all IDs in the request URL and query parameters are correctly formatted. IDs are typically prefixed strings like 'cus_...', 'app_...', or 'doc_...'.",
  "docs": "https://conduit-v2.mintlify.app/errors#invalid-oid-format",
  "instance": "/v2/...",
  "correlationId": "req_a1b2c3d4",
  "timestamp": "2026-01-15T09:30:00.000Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
string
required
signerId
string
required

Response

Signer successfully removed