Ir al contenido
GitHub

Cancel Grant

DELETE
/continue/{id}
curl --request DELETE \
--url https://auth.interledger-test.dev/continue/example \
--header 'Authorization: <Authorization>'

Cancel a grant request or delete a grant client side.

id
required
string

The unique reference ID of the grant request continuation.

No Content

Unauthorized

Media type application/json
One of:
Invalid client
object
error
object
description
string
code
string
Allowed values: invalid_client
Example
{
"error": {
"code": "invalid_client"
}
}

Not Found

Media type application/json
Invalid request
object
error
object
description
string
code
string
Allowed values: invalid_request
Example
{
"error": {
"code": "invalid_request"
}
}