POST
/
flow
/
unregister
curl --request POST \
  --url http://localhost:3370/flow/unregister \
  --header 'Content-Type: application/json' \
  --header 'KODOSUMI_API_KEY: <api-key>' \
  --data '{
  "url": [
    "<string>"
  ]
}'
{
  "deletes": [
    "<string>"
  ]
}

Authorizations

KODOSUMI_API_KEY
string
header
required

Body

application/json

Response

200
application/json

Flow sources unregistered

The response is of type object.