Remove all configured Serial Numbers
Remove all configured Serial Numbers
Deprecated: This exists for compatibility. Serial Numbers are no longer supported or configurable.
Request
URI
DELETE
https://{opsmanager-installation}/api/v0/settings/serial_numbers
COPY
Responses
200
OK
Returns
EmptyResponse
of type(s)
application/json
Operation doesn't return any data structure
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v0/settings/serial_numbers
Deprecated
Serial Numbers Operations
DELETE
Remove all configured Serial Numbers
Deprecated
GET
Getting the configured Serial Numbers
Deprecated
POST
Configure Serial Numbers
Deprecated