L@tr XRPC method link.latr.developer.deleteClient.
Input
Encoding
application/jsonclientId
string
Required
No description available.
maxLength: 128 bytesmaxGraphemes: 128 graphemesOutput
Encoding
application/jsonErrors
InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
SavedItemNotFound
Conflict
RateLimitExceeded
UpstreamFailure
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"clientId"
],
"properties": {
"clientId": {
"type": "string",
"maxLength": 128,
"maxGraphemes": 128
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "InvalidUrl"
},
{
"name": "AuthRequired"
},
{
"name": "InvalidToken"
},
{
"name": "InvalidDpop"
},
{
"name": "SavedItemNotFound"
},
{
"name": "Conflict"
},
{
"name": "RateLimitExceeded"
},
{
"name": "UpstreamFailure"
}
],
"output": {
"schema": {
"ref": "link.latr.saved.defs#simpleOk",
"type": "ref"
},
"encoding": "application/json"
},
"description": "L@tr XRPC method link.latr.developer.deleteClient."
}