Delete subscribers from the static segment
Request
PATCH /pub/v1/marketing/segment/{id}/subscribers/remove
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
id | uuid | Segment ID |
Required |
Request body
The resource sent in the request body is Delete subscribers from the static segment — Request. It contains the following writable properties:
{
"ids": [
"uuid"
]
}
Properties
Name | Type | Description | Additional |
---|---|---|---|
ids[] | array of uuid |
Subscriber IDs |
Optional |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned:
Status code | Description | Resource |
---|---|---|
200 | OK Result model for deleting subscribers from the static segment |
Result model for deleting subscribers from the static segment (Delete subscribers from the static segment) |
400 | Bad Request Error while checking incoming data or implementing the method |
|
412 | Precondition Failed No CRM license |