curl --location --request DELETE '/recordings/actions/delete' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************