Phone Testing›
Phone Testing
Delete Phone Scenarios
Delete phone scenarios for a project.
DEL
/api/projects/{project_id}/phone-scenarios/delete
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
project_idstringrequired
Body
application/jsonscenario_idsarray
List of scenario IDs to delete. If None or empty, all scenarios for the project will be deleted.
Response
application/jsonSuccessful Response