Post Custom Entity Type Unpublish Bounded

Post Custom Entity Type Unpublish Bounded

Revokes publication of the custom entity type to the specified tenants

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/customEntityTypes/{customEntityTypeId}/tenants/unpublish
COPY
Path Parameters
string
customEntityTypeId
Required

customEntityTypeId


Request Body
EntityReferences of type(s) application/json
Optional
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}
Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"values":["object"]}' https://{api_host}/cloudapi/1.0.0/customEntityTypes/{customEntityTypeId}/tenants/unpublish