Bulk Delete Scheduled Scans
DELETE/scheduledscans/bulk/
Responses
- 204
- 400
- 401
- 500
No response body
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
scheduledscans
object[]
<target_id> string[]
object
{
"scheduledscans": [
"This list may not be empty.",
{
"23FmxSYYJQNW": [
"You do not have the required permission for this action."
]
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...