# Remove a price modifier Remove a price modifier from an event section. Future ticket purchases for this section will no longer have the modifier applied. Endpoint: DELETE /events/{event}/sections/{section}/modifiers/{modifier} Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event - `section` (integer, required) Unique identifier of the requested event section - `modifier` (integer, required) Unique identifier of the requested price modifier ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response.