Synthetics
Bulk delete suites
post/api/v2/synthetics/suites/bulk-delete
Request body
Example request
{
"data": {
"attributes": {
"public_ids": [
""
]
},
"type": "delete_suites_request"
}
}Response
OK
Example response
{
"data": [
{
"type": "suites"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.