cURL
curl --request PUT \ --url https://api.example.com/subscribers/:id
{ "data": null }
Update a subscriber by id.
OK