Delete a transaction
DELETE https://api.company-information.service.gov.uk/transactions/{transaction_id}
Parameter name | Value | Description | Additional |
---|---|---|---|
transaction_id | string | transaction id |
Required |
This request requires the use of one of following authorisation methods:
OAuth2
.
For OAuth 2 authorisation, the following scopes are required:
Scope | Description |
---|---|
https://identity.company-information.service.gov.uk/user/profile.read | User profile read permission |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
204 | No Content Transaction deleted |
|
401 | Unauthorized Not authorised |
|
403 | Forbidden Transaction cannot be deleted as it has been closed |
|
404 | Not Found Transaction not found |