E038: Delete contact method
DELETE /api/contact-methods/:id
Removes a method from a contact. Triggered from a contact detail panel.
Authentication
Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.
Request
No body.
Response — 200 OK
{ "deletedId": "uuid" }
Echo of the deleted method's id.
Errors
| HTTP | code | Condition |
|---|---|---|
| 404 | not_found | No such method. |
Workflow
Calls W038 Delete contact method.