Delete Version
Written By Team BugSmash
Last updated 9 days ago
METHOD: DELETE
URL: https://api.bugsmash.io/api/v2/version/{versionId}
HEADERS:
X-API-Key: YOUR_API_KEY
Content-Type: application/json
PATH PARAMETERS:
versionId (uuid, required) - The version ID
CURL:
curl --location --request DELETE 'https://api.bugsmash.io/api/v2/version/{versionId}' \
--header 'X-API-Key: YOUR_API_KEY'
RESPONSE:
{
"status": true,
"message": "Version deleted",
"data": []
}