Asset delete api #187
siddhishinde0723
started this conversation in
General Discussions
Replies: 1 comment 1 reply
-
@siddhishinde0723 At present, our Asset APIs do not include an I just want to confirm where you found the endpoint mentioned below. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
As we're currently on release 5.0, I'm in need of assistance regarding the asset delete API. While I've managed to obtain the cURL command for it, unfortunately, the corresponding code for this API isn't documented. Could someone kindly specify in which release the asset delete code will be available?
Below is the cURL command for reference:
curl --location --request POST '{{host}}/api/asset/v1/delete/{{assets_id}}' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer ' \ --header 'x-authenticated-user-token: \ --header 'X-Channel-ID: '
Additionally, I've attached a screenshot showcasing the API list as declared in the config file for further context.
Your guidance on this matter would be greatly appreciated. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions