Skip to main content
POST
Remove Targets (bulk)

Authorizations

Authorization
string
header
required

Signalbase API key. Include as a Bearer token in the Authorization header.

Path Parameters

id
string
required

The monitor ID.

Body

application/json

Provide ids, targets, or both.

ids
string[]
required

Target IDs to remove.

Required array length: 1 - 500 elements
targets
string[]

Identifiers to remove, in any form Add Targets accepts.

Required array length: 1 - 500 elements
Required string length: 1 - 500

Response

Targets processed. removed holds the targets that were deleted.

success
boolean
required
data
object
required
meta
object
required