Delete An existing endpoint type

Delete An existing endpoint type

The API deletes an existing endpoint type. The API returns an error, ifendpoint type with the specified id does not exist.

Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/endpoint-configuration/endpointtypeoperations/delete
COPY
Request Body

Request of the endpoint type to be deleted.

endpointTypeRequest of type(s) application/json
Required
{
    "endpointType": {
        "schema": {
            "fields": [
                {
                    "permissibleValues": {
                        "customAllowed": false
                    },
                    "displayAdvice": "string",
                    "columns": [
                        "Field Object"
                    ],
                    "dataType": {
                        "typeId": "string"
                    },
                    "isMultiValued": false,
                    "description": "string",
                    "orderIndex": 0,
                    "id": "string",
                    "label": "string",
                    "state": {
                        "dependencies": [
                            "string"
                        ],
                        "facets": [
                            {}
                        ]
                    }
                }
            ]
        },
        "serviceProviderId": "string",
        "capabilities": "string",
        "displayName": "string",
        "menuItems": [
            {
                "displayName": "string",
                "icon": "string",
                "menuId": "string",
                "location": "string",
                "id": 0,
                "extensionId": "string"
            }
        ],
        "categoryDisplayName": "string",
        "description": "string",
        "version": 0,
        "tenantable": false,
        "lastUpdated": "string",
        "createdDate": "string",
        "tenantId": "string",
        "id": "string",
        "category": "string"
    }
}
endpointType
Optional

endpointType

Responses
200
Operation doesn't return any data structure

403

Unauthorized.

Operation doesn't return any data structure

404

Endpoint type with the specified id does not exist.

Operation doesn't return any data structure