Skip to main content
PUT
/
transforms
/
{transforms_id}
/
clear-output-topics
/
{output_topic_pattern}
Clear Output Topics
curl --request PUT \
  --url https://api.streamkap.com/transforms/{transforms_id}/clear-output-topics/{output_topic_pattern} \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transforms_id
string
required
output_topic_pattern
string
required

Response

Successful Response