Post Service Item Unpublish

Post Service Item Unpublish

Revokes publication of the service item to the specified tenants

Request
URI
POST
https://{api_host}/cloudapi/serviceItem/{id}/tenants/unpublish
COPY
Path Parameters
string
id
Required

id

string
id
Required

id


Request Body
EntityReferenceArray2 of type(s) application/json
Optional
[
    {
        "name": "string",
        "id": "string"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "name": "string",
        "id": "string"
    }
]