Deletes any overridden enforcement on this repository for the specified hook.
DELETE /repos/:owner/:repo/pre-receive-hooks/:pre_receive_hook_id
Responds with effective values inherited from owner and/or global level.
Status: 200 OK
{
"id": 42,
"name": "Check Commits",
"enforcement": "disabled",
"configuration_url": "https://github.example.com/api/v3/orgs/octocat/pre-receive-hooks/42"
}