Remove a subscription entry for given sequence, tasl type

DELETE /actions/user/sequences/{sequence_id}/task-types/{task_type_id}/unsubscribe

and current user.

Responses

  • Subscription entry removed

DELETE /actions/user/sequences/{sequence_id}/task-types/{task_type_id}/unsubscribe
curl \
 --request DELETE http://api.example.com/actions/user/sequences/{sequence_id}/task-types/{task_type_id}/unsubscribe \
 --header "Authorization: $API_KEY"