To delete all the events recorded for a directory "abc" using the REST API, run the following command:
curl -X DELETE "https://cv-event.real.com/events?sinceTime=0" -H "X-RPC-AUTHORIZATION: userId:pwd" -H "Authorization: abc"
Modified on: Sat, 13 Feb, 2021 at 6:40 AM
To delete all the events recorded for a directory "abc" using the REST API, run the following command:
curl -X DELETE "https://cv-event.real.com/events?sinceTime=0" -H "X-RPC-AUTHORIZATION: userId:pwd" -H "Authorization: abc"
Did you find it helpful? Yes No
Send feedback