curl --request POST \
--url https://api.streamkap.com/destinations/{destination_id}/reset \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Reset a destination connector by stopping it, deleting offsets, and resuming it. This will treat the connector as brand new and start consuming from the beginning.
curl --request POST \
--url https://api.streamkap.com/destinations/{destination_id}/reset \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?