Description
Delete a story recipient for a story. The recipient will no longer receive story monitoring communications and will be removed from the recipients list.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
story_id | The ID of the story in which the story recipient should be deleted. |
address | The email or webhook URL that should no longer receive story monitoring communications. |
draft_id | Optional The ID of the draft to update. About drafts. |
curl -X DELETE
https://aluminum.tines.com/api/v1/stories//recipients
-H 'content-type: application/json'
-H 'Authorization: Bearer '
-H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
-d '{
"address": "alice@example.com"
}'
## Response
A successful request will return an empty response with a `204` status code.