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