Customers
Delete a customer
Delete a customer from a workspace.
DELETE
Authorizations
Default authentication mechanism
Path Parameters
The unique ID of the customer. You may use either the customer's id
on Dub (obtained via /customers
endpoint) or their externalId
(unique ID within your system, prefixed with ext_
, e.g. ext_123
).
Response
200
application/json
The customer was deleted.
The unique ID of the customer. You may use either the customer's id
on Dub (obtained via /customers
endpoint) or their externalId
(unique ID within your system, prefixed with ext_
, e.g. ext_123
).
Was this page helpful?