remove_plugin
Disable a plugin for this project.
Request
POST /api/v1/ops/projects/{project}/plugins/{slug}/removeParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/plugins/mailslurp-email/remove"testvibe plugins remove mailslurp-emailResponse
{ "ok": true, "slug": "mailslurp-email", "installed": false }Errors
HTTP
When
Last updated
Was this helpful?
