Delete External LAML Handler
DELETE/resources/external_laml_handlers/:id
Deletes an External LAML Handler by ID
Request
Path Parameters
id uuidrequired
Unique ID of a External LAML Handler.
Responses
- 204
- 401
- 404
There is no content to send for this request, but the headers may be useful.
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]
Loading...