curl --request DELETE \
--url https://api.streamkap.com/destinations/{destination_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request DELETE \
--url https://api.streamkap.com/destinations/{destination_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
When False, mark for deletion and return immediately without waiting for KC teardown
Successful Response
Was this page helpful?