Delete Transaction

To delete a Transaction, you need to know the Transaction identifier and your Workspace identifier. The sample code uses a transactionId of 888 and a workspaceId of 123456. Use the actual ID value of your Transaction.

 

Minimum Parameters for Deleting a Transaction

The following parameters are the base parameters required to delete a Transaction.

Delete a TransactionMinimum Configuration Sample

curl 'https://mock.blazemeter.com/api/v1/workspaces/123456/transactions/77' \
    -X DELETE \
    -H 'accept: */*'

Delete a Transaction Request Attributes

Attributes

  • workspaceId integer

    required

    The Workspace identifier

  • transactionId integer

    required

    The Transaction identifier

Response200 OK

{
  "body": {},
  "statusCode": "100 CONTINUE",
  "statusCodeValue": 0
}