timeframe-id
of the particular entry to be deleted as the parameter child_id
within the request.Authorization: Bearer ********************
{
"child_id": "string"
}
curl --location -g --request DELETE 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/users/{{user}}/timeframes/HASHHACK2' \
--header 'Content-Type: application/json' \
--data-raw '{
"child_id": "string"
}'
{}