Skip to main content
POST
/
v1
/
namespaces
/
{namespace_id}
/
plugins
/
{plugin_id}
/
undeploy
Undeploy a plugin
curl --request POST \
  --url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/{plugin_id}/undeploy
{}

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Path Parameters

namespace_id
string
required
plugin_id
string
required

Response

Plugin undeployed successfully

The response is of type Response Undeploy Plugin V1 Namespaces Namespace Id Plugins Plugin Id Undeploy Post · object.