v1

latestOpenAPI 3.0.02026-07-175652103.9 KB
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"}