DELETE
/
query-stage-plugins
/
{pluginId}
Delete a plugin
curl --request DELETE \
  --url https://{FUSION HOST}/api/query-stage-plugins/{pluginId} \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

pluginId
string
required

The query stage plugin ID.

Response

200

OK