v1
latestOpenAPI 3.0.02026-07-175652103.9 KBaddress book
Delete a Rule
This function is an API endpoint that deletes a rule from a shared address book. It is tagged with "address book" for OpenAPI documentation.
Parameters
- request: The request containing the GUID of the rule to be deleted.
Returns
If successful, this function returns an ActionResponse::Empty indicating that the rule was successfully deleted. <br> If the system is in maintenance mode, this function returns a status::Unauthorized error.
Errors
This function will return an error if the system is in maintenance mode.
delete/api/ab/rule
Request body
Response
# 200 OK
This response is given when the request is successful.
The body is empty if there is no error,
The body contains a json object with the error {"error":"Error message"}