Delete the inline hook configuration for the given hook type.
DELETE
/api/configs/inline-hooks/{hookType}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/configs/inline-hooks/{hookType}' \
--header "Authorization: Bearer $ACCESS_TOKEN"