Delete a plugin manifest

View as Markdown

Plugin manifests may only be deleted if there are no active nodes or devices that are built using this manifest.

Required scope: air:manifest_write (roles: air_simengine_debugger, air_simengine_developer)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this plugin manifest.

Response

No response body

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error