Skip to main content
Version: v1.0.0(int)

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

HTTPcodeCondition
404not_foundNo such method.

Workflow

Calls W038 Delete contact method.