Delete a domain
Delete a specific domain by its id
Header Parameters
- Authorization string required
Token retrieved from the opensensemap API LogIn
- application/json
Request Body required
- id integer
the id of the domain to delete
phenomenon object[]
array with the phenomena connected to the domain to delete
sensor integerthe id of the phenomenon to disconnect
- translationIds array
array with all the ids of the translationItems to be deleted, that belong to the domain
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- info string
info text that indicates if the deleting of the domain was successfull
{
"info": "string"
}