address book
Delete shared profiles
This function is an API endpoint that deletes shared profiles from an address book. It is tagged with "address book" for OpenAPI documentation.
Parameters
- request: A JSON object containing an array of shared profile GUIDs to be deleted.
Returns
If successful, this function returns an ActionResponse::Empty object.
delete/api/ab/shared
Request body
string[] required
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"}
Changes
Changed in 2 of the 11 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲