Deactivate Raw Logs for CDN Resource
Posthttps://api.cdn77.com/v3/raw-logs/deactivateRequest 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": "2025-11-20T08:07:18.822Z",
"active_to": "2025-11-20T08:07:18.822Z"
}