cURL
curl -X DELETE \ /offer-recipients/{id} \ --header "Authorization: Bearer <token>"
Removes an recipient from an offer. The recipient will no longer be able to access the offer. This cannot be done, when the offer is already signed.
offer:write
Value for the Authorization header parameter.
OfferRecipient identifier
OfferRecipient resource deleted
Was this page helpful?