# Unsubscribe from sequence **DELETE /actions/user/sequences/{sequence_id}/task-types/{task_type_id}/unsubscribe** Remove the subscription entry for the current user, given sequence, and task type. The user will no longer receive notifications for tasks related to this sequence. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **sequence_id** (string(uuid)) Sequence unique identifier - **task_type_id** (string(uuid)) Task type unique identifier ## Responses ### 204: Subscription removed successfully [Powered by Bump.sh](https://bump.sh)