Deletes the signature for one or more captive recipient records.
DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/captive_recipients/{{recipientPart}}
Deletes the signature for one or more captive recipient records; it is primarily used for testing. This provides a way to reset the signature associated with a client user ID so that a new signature can be created the next time the client user ID is used.
Request Body
{"captiveRecipients"=>[{"email"=>"sample string 1", "userName"=>"sample string 2", "clientUserId"=>"sample string 3"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |