Delete ABI
DELETE /contract/abi/{id}
DELETE
/contract/abi/{id}
Deletes an ABI by its ID.
Note: This API is currently in beta and may be subject to changes.
Authorizations
Parameters
Path Parameters
id
required
string format: uuid
UUID of the ABI to delete
Responses
200
ABI deleted successfully.
object
queryId
string format: uuid
404
ABI not found.
object
code
integer
500
status
string
INTERNAL_SERVER_ERROR