# Decide on a submission Decide whether to approve or reject the submitted content. If approved, the content will be made visible to the public, across all TickeTing platforms. If rejected, the content will revert to a draft and only be visible to administrators of the host who submitted it. Endpoint: DELETE /submissions/{submission} Version: 3.0.0 Security: SessionKey ## Path parameters: - `submission` (string, required) Unique identifier of the requested content submission resource ## Query parameters: - `approved` (boolean, required) If set to true, the submitted content will be published, making it visible to the public. Otherwise it will be returned to draft. ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 400 fields (application/json): - `message` (string) Reason for the given response.