action prss_delete_api_v2_segments_id { label: "Deletes the segment with the given ID." provider: prss method: DELETE path: "/api/v2/segments/{id}" encoding: json output: { type: "object" additionalProperties: true } }