Delete volatile knowledge by id.
DELETE/api/v2/VolatileKnowledge/:id
Marks the volatile knowledge as expired so it will be deleted by the cleanup job.
Request
Path Parameters
id uuidrequired
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 500
OK
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error
Loading...