Delete Info Type
This operation is used to delete one data type. A data type may only be deleted if there are no producers actively producing it.
Request
URI
DELETE
https://{api_host}/dms/data-producer/v0alpha1/info-types/{info_type_id}
COPY
Path Parameters
string
info_type_id
Required
The name of one data type.
Responses
204
Data type deleted.
Operation doesn't return any data structure
409
Delete not allowed, there is at least one producer of this type.
Returns ProblemDetails of type(s) application/problem+json
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
string
type
Optional
A URI representing the type of the problem.
string
title
Required
A short summary of the error.
number
status
Required
The HTTP Response code associated with this error.
string
detail
Required
A detailed description of the error.
string
instance
Optional
An optional URI of the instance involved in the problem.
Data Producer Operations
DELETE
Delete Info Producer
DELETE
Delete Info Type
PUT
Put Info Producer
PUT
Put Info Type