Authorization: Bearer ********************curl --location --request DELETE '/integration_secrets/' \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"code": "string",
"detail": "string",
"meta": {
"url": "http://example.com"
},
"source": {
"pointer": "string"
},
"title": "string"
}
]
}