deleteBackfill

abstract suspend fun deleteBackfill(backfillId: String)(source)

Deletes an existing Backfill with a specific identifier within Open Match. If this Backfill has already been assigned to a match, this operation has no effect. However, the Backfill is immediately excluded from further assignment considerations. If no Backfill with such an ID exists, this method does not cause any changes within Open Match.

Parameters

backfillId

The identifier of the Backfill to be deleted within Open Match.

See also