Skip to main content

Delete sandbox account transactions

DELETE 

https://openbanking.spareskillingsbanken.no/api-sandbox/v1/sandbox/accounts/:mockAccountId/transactions

Delete all transactions from an account created using POST /v1/sandbox/accounts

Request

Responses

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Delete, "https://openbanking.spareskillingsbanken.no/v1/sandbox/accounts/:mockAccountId/transactions");
request.Headers.Add("Accept", "application/json");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://openbanking.spareskillingsbanken.no/api-sandbox
Parameters
— pathrequired
— headerrequired
— headerrequired
— headerrequired
— header
— header
— header
— header
— header