Delete Lookup Type Identified by Given ID
delete
/obedm-common-services/lookuptype/{id}
This endpoint is used to delete lookup type identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Key of the Lookup Type maintenance.
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Request body of lookup type contain Lookup Type and Modification number of Lookup Type maintenance which need to be deleted.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error