Admin APIVAS CostsDelete a VAS cost row by idDelete a VAS cost row by id DELETE /api/v1/pms/vas-costs/:id Removes the row. Cascades to listing_channel_value_added_service rows that reference this vas_cost_id (their FK is ON DELETE CASCADE). Request Responses204Deleted (or already absent).