Delete experiment shares.
Deletion in batch is supported by passing "-" separated share ids in the path param.
Request samples
curl --location --request DELETE 'https://dev.coinfer.ai/mcmc/experiment/share/' \
--header 'Authorization: Bearer {{token}}'
Responses
{
"status": "ok",
"data": null
}
Modified at 2025-02-14 07:00:18