Last updated 2 months ago
/groups/{groupId}/assets
Enter the ID of the group from which assets will be removed.
The requested API version
Success: Acknowledgment received for the successful removal of assets from the specified group.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --request DELETE \ --url '/groups/{groupId}/assets' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '[null]'
{ "message": "Success Message", "statusCode": 200 }