Delete an existing context field
DELETE/api/admin/context/:contextField
Endpoint that allows deletion of a custom context field. Does not validate that context field is not in use, but since context field configuration is stored in a json blob for the strategy, existing strategies are safe.
Request
Path Parameters
contextField stringrequired
Responses
- 200
This response has no body.
Loading...