delete https://api.bespoke.surf/api/subscriber//list
Remove a subscriber from a list with the given subscriber ID and list ID.
Rate limit:
Limit: 150
TTL: 60s
Scopes:
list:manage
subscriber:manage
Responses
Remove a subscriber from a list with the given subscriber ID and list ID.
Rate limit:
Limit: 150
TTL: 60s
Scopes:
list:manage
subscriber:manage
xxxxxxxxxx
14curl --request DELETE \
--url https://api.bespoke.surf/api/subscriber/subscriberId/list \
--header 'Authorization: Bespoke-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2023-06-01' \
--data '
{
"data": {
"type": "subscriber",
"listId": "UUID"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: