Deactivate Raw Logs for CDN Resource
Posthttps://api.cdn77.com/v3/raw-logs/deactivate
Request body≥1 required
- cdn_idinteger
The CDN Resource identifier for which you want to activate the logging.
Example of the request body
{
"cdn_id": 1234567890
}
Responses
Raw Logs for CDN Resource deactivated.
Response parameters
- active_fromstring, format date-time
- active_tostring, format date-time
Example of the response
{
"active_from": "2024-11-14T13:10:43.950Z",
"active_to": "2024-11-14T13:10:43.950Z"
}