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
-
workspaceIdintegerrequired
The workspace identifier
-
transactionIdintegerrequired
The transaction identifier
Response200 OK
{
"body": {},
"statusCode": "100 CONTINUE",
"statusCodeValue": 0
}