# Delete segment tasks This endpoint will delete specific tasks of a segment. Endpoint: DELETE /v2/suppliers/{supplierId}/segment/{segmentId}/remediation Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier - `segmentId` (string, required) Id of the segment ## Request fields (application/json): - `taskIds` (array, required) Task IDs to delete. Example: {"taskIds":["3142c75f-7d22-447c-a156-ef27a8f50467","970824b7-39f8-43a0-982d-6ba03ee9bae8"]} ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields