Delete a JSON bin.
POST/storage/json/del
Delete a JSON bin.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
binIdstringrequired
The ID of the JSON bin.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
messagestringrequired
A message describing the status.
{
"message": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}