DELETE
/{orgId}/{itemId}/lookups/{lookupType}Delete a lookup table. System lookup tables cannot be deleted. The adminBasic or adminAdvanced privilege is required.
Query parameters
| Name | Type | Required |
|---|---|---|
token | string¦null |
Path parameters
| Name | Type | Required |
|---|---|---|
lookup | string | |
org | string | |
item | string |
Response status
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | success | Success |
| 500 | Internal Server Error | error | WorkflowJsonExceptionDTO |
Examples
Request
# You can also use wget
curl -X DELETE /{orgId}/{itemId}/lookups/{lookupType} \
-H 'Authorization: Bearer <YOUR_TOKEN>'Response
{
"success": true
}