We have a requirement where we need to delete the audio attached to a user prompt asset without deleting the prompt asset itself.
We have tried using the (Java Platform SDK) method ArchitectAPI.putArchitectPromptResource (which presumably maps to /api/v2/architect/prompts/{promptId}/resources/{languageCode}
) with mediaUrl set to null but this does not remove the audio file.
How can we achieve this in the API?