Skip to content

Delete plugin instance

DELETE
/api/v1/plugin-instance/{id}
curl --request DELETE \
--url https://example.com/api/v1/plugin-instance/example

Deletes a configured plugin instance.

id
required

Plugin instance record ID

string

Success

Unauthorized

Not Found

Internal Server Error