Delete a lead/contact source
DELETE/sources/:source
Remove a source from the workspace's list.
A source still referenced by existing records or workspace settings cannot be deleted and
returns 409.
Write access requires any contact or company write scope (or their .all variants).
Request
Responses
- 200
- 401
- 403
- 404
- 409
The source was deleted
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)
The request conflicts with the current state (e.g. the requested slot is not available)