cURL
curl --request POST \ --url https://api.kit.com/v4/subscribers/{id}/unsubscribe \ --header 'Content-Type: application/json' \ --header 'X-Kit-Api-Key: <api-key>' \ --data '{}'
{ "errors": [ "The access token is invalid" ] }
Documentation IndexFetch the complete documentation index at: https://developers.kit.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate API requests via an API Key
The body is of type object.
object
Unsubscribes the subscriber
Was this page helpful?