Logo
Akamai APIs API Documentation

Delete a stream

DELETE https://{{host}}/datastream-config-api/v2/log/streams/:streamId

Deletes a deactivated stream. Deleting a stream means that you can't activate this stream again, and that you stop receiving logs for the properties that this stream monitors. Before deleting any stream, you need to deactivate it first. See Deactivate a stream.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://undefined/datastream-config-api/v2/log/streams/:streamId' -H 'Accept: */*'

ENDPOINTS