Delete a participant from a deal
DELETE {{baseUrl}}/deals/:id/participants/:deal_participant_id
Deletes a participant from a deal.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":123}}