Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"receipt_ids": [
"uuid-1",
"uuid-7"
]
}
Request Code Samples
curl --location --request DELETE 'https://app.onlysocial.io/os/api/panel/receipts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"receipt_ids": [
"uuid-1",
"uuid-7"
]
}'
Responses
This response does not have a body.
Modified at 2026-06-14 08:07:00