Unsubscribe contact from category
documentedRemove a contact from a category.
DELETE /Services.svc/Contacts/{emailOrId}/Categories/{categoryNameOrId}Contactsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://integration.delivra.com/DelivraRESTServices/Services.svc/Contacts/{{$emailOrId}}/Categories/{{$categoryNameOrId}}" \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "username: {{DELIVRA_API_USERNAME}}" \
-H "password: {{DELIVRA_API_PASSWORD}}" \
-H "listname: {{DELIVRA_LISTNAME}}"