Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
webhooks.read_write - Webhooks Read & Writecurl --location --request DELETE 'https://api.zid.sa/v1/managers/webhooks?original_id=2404' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: text/plain' \
--data-raw ''{
"status": "success",
"message": {
"type": "success",
"code": "MSG_POPUP_OK",
"name": "Webhooks",
"description": "Webhooks were deleted successfully"
}
}