Skip to main content

Endpoint

GET /api/sandbox/v1/allocations/single/cancel

Base URL

https://api.kiotapay.co

Query Parameters

ParameterTypeDescriptionRequired
allocationIdstringThe ID of the allocation that needs to be cancelled .

Request Headers

KeyValueRequiredDescription
Content-Typeapplication/jsonSpecifies that the request body is in JSON format.
AuthorizationBearer <your-token>API authentication token. Replace <your-token> with a valid JWT.

Sample Response Body
{
    "status": 200,
    "message": "SUCCESS",
    "data": "Allocation cancelled successfully"
}