cURL
curl --request POST \ --url https://api.monitor.weborion.io/api/v1/urls/delete_by_url \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
Removes a webpage from the user’s account by URL string rather than internal ID.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
The URL string of the webpage to delete
OK