Delete UCL Segment
DELETE https://restapi.actonsoftware.com/ucl/segment/V1/{accountId}/list/{listId}
This endpoint allows you to delete UCL segments from the account.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
authorization | header | false | required | string | Insert your generated access token. (Bearer {access token}) |
accountId | Path | false | required | number | Account ID where query needs to be done |
listId | Path | False | required | String | Specify the list ID in which you would like to access. |
Response
{ "List deleted" }