delete addon
DELETE/org/:orgId/addon/:addonId
Soft delete an addon template
Request
Path Parameters
orgId stringrequired
Organization ID
addonId stringrequired
Addon ID
Responses
- 200
- 400
- 500
Empty string if deletion is successful
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
internal error
- application/json
- Schema
Schema
string
Loading...