Delete sinks

Required capabilities: subscribeSignalsAcl:WRITE

Delete one or more sinks by their external IDs.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Sinks to delete.

required
Array of any (Items) [ 1 .. 100 ] items
ignoreUnknownIds
boolean (IgnoreUnknownIds)
Default: false

Ignore external IDs that are not found

Responses
200

Empty response

400

The response for a bad request.

422

Validation Error

post/processes/signals/sinks/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": false
}
Response samples
application/json
{ }