Delete Coverage Set
Last updated
Last updated
This call will delete the coverage set from the project. The header is the same as the ‘get coverage set details’ API, except that it is sent as a ‘DELETE’ command. It is recommended that you confirm the ID of the set you are deleting before you run this API as it cannot be reversed.
The body is the same as the simple body API calls; just credentials and project information.
{
"context": {
"user": "mbj_test",
"password": "1234",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
}
}
}
This API will delete the ‘api_demo_coverage 1.0’ coverage set. The return message is very simple, only showing a result of ‘true’.
In TDO, the coverage set main page now shows that ‘api_demo_coverage 1.0’ no longer exists.
Remember only users with administrator credentials can delete objects in TDO.