How to Delete an Entity #176
-
I do not find an API endpoint to delete an entity, Do we have any delete API? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hi Team, |
Beta Was this translation helpful? Give feedback.
-
You mean deleting a record in the registry? That should be part of CRUD APIs, not sure if all are exposed. @dileepbapat ? |
Beta Was this translation helpful? Give feedback.
-
delete api is available (soft delete) as part of base api (we can add restful DELETE verb based api if needed), However the is the usecase of revoke and reissue? it can be just update request in that case. needs property
|
Beta Was this translation helpful? Give feedback.
-
@shiva-rakshith
|
Beta Was this translation helpful? Give feedback.
@shiva-rakshith
you can use
DELETE
API. This api will do a soft delete.