Deactivate a chain
POST/v1/chains/:chainID/deactivate
Deactivate a chain
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
Responses
- 200
- 304
- 401
Chain was successfully deactivated
Chain was not deactivated
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...