🚀 Version 2.0 is now live! See our changelog for details
curl --request PATCH \
--url https://api.tenbyte.io/v1/cdn/distributions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "disabled"
}
'{}curl --request PATCH \
--url https://api.tenbyte.io/v1/cdn/distributions/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "disabled"
}
'{}