# Remove an advertisement Completely remove an advertisement from the system. An advertisement will be removed whether or not its is currently active/running. Deleting an advertisement immediately stops it being displayed in its assigned zones across the TickeTing ecosystem. Endpoint: DELETE /advertisements/{advertisement} Version: 3.0.0 Security: SessionKey ## Path parameters: - `advertisement` (integer, required) Unique identifier of the requested advertisement ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response.