DELETE
/
unsubscribe
/
{subscription_id}
cURL
curl --request DELETE \
  --url https://app.talvin.ai/api/v1/unsubscribe/{subscription_id} \
  --header 'X-TALVIN-API-KEY: <api-key>' \
  --header 'X-TALVIN-ORGANIZATION-ID: <api-key>'
This response does not have an example.

Authorizations

X-TALVIN-API-KEY
string
header
required
X-TALVIN-ORGANIZATION-ID
string
header
required

Path Parameters

subscription_id
string<uuid>
required

ID of the subscription to delete

Response

204

Subscription successfully deleted