Parameter | Type | Default | Description |
---|---|---|---|
ids | integer[] | null | IDs of file records to destroy. Mutually exclusive with file_identifiers . |
file_identifiers | string[] | null | When given, returned file records are filtered by file's type & identifier. Format: #{type}:#{identifier} . Mutually exclusive with ids . |
{
"file_records": {} // see: FileRecord model
}
curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/files' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}