DESCRIPTION
This endpoint removes a contact from a matter.
URL STRUCTURE
https://[hostname]/matter/remove-contact/{matter}
METHOD
POST
HEADERS
**Authorization:** string Base64 [email]:[key]
ARGUMENTS
| Name | Type | Description |
|---|---|---|
| matter | int|string | Matter ID or mattercode. |
PARAMETERS
| Name | Type | Description |
|---|---|---|
| id | int | Required. Internal ID Of contact. |
RETURNS
| Code | Message | Status |
| 422 | Matter not found | Failure |
| 422 | List of parameters that failed validation | Failure |
| 422 | MatterContact not found | Failure |
| 422 | MatterContact failed to delete | Failure |
| 200 | Contact successfully removed from matter | Success |