Skip to content

Remove the custom collection hostname (org admin)

DELETE
/v1/domains/{id}/collect
curl --request DELETE \
--url https://api.monita.ai/v1/domains/example/collect \
--header 'Authorization: Bearer <token>'
id
required
string

OK

Media typeapplication/json
object
ok
required
boolean
Examplegenerated
{
"ok": true
}

Forbidden

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}

Not found

Media typeapplication/json
object
error
required
string
Examplegenerated
{
"error": "example"
}