routing
Delete Policy
Delete a stored policy in one scope.
Scoped by user_id for the same reason the upsert is: deleting the global policy must not take a user's override with it, and deleting an override must leave the global one serving everyone else.
delete/v1/routing/policies/{name}
Path parameters
namestring required
Query parameters
user_idstring nullable
Delete the policy scoped to this user. Omit to delete the global one.
Delete the policy scoped to this user. Omit to delete the global one.
Response
Successful Response