Remove pending transactions
shell
POST: {{endpoint}}/v1/transaction/pending/deleteHeaders
| Key | Type | Value | Description |
|---|---|---|---|
| x-api-key | string | key_xxxxxxxxxxxxxxxxxxxx | API Key string |
| x-signature | string | SHA256 | The HMAC SHA256 signature. |
| x-timestamp | string | 1730998051892 | Timestamp of the request |
Request Parameters
| Key | Type | Description |
|---|---|---|
| id | string | The id of the transaction (required) |
Example Request
JSON
// Body: raw (json)
{
"id": "67110d70da538076bba8xxxx"
}Response Parameters
The final response in the stream also includes additional data about the generation:
id: the id of the transactionstatus: the status of the request API
Example Response
json
{
"data": {
"id": "67110d70da538076bba8xxxx",
"status": true
}
}json
{
"error": "Error message"
}json
{
"error": "Forbidden"
}